home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / include / imake / site.def < prev    next >
Text File  |  1991-10-22  |  2KB  |  42 lines

  1. XCOMM site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  2.  
  3. /*****************************************************************************
  4.  *                                                                           *
  5.  *               SITE-SPECIFIC DEFINITIONS                         *
  6.  *                                                                           *
  7.  * This file contains two halves, one included before the vendor-specific    *
  8.  * configuration file (.cf file), and one included after the .cf file.       *
  9.  * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
  10.  * after-half should be protected by #ifdef AfterVendorCF.                   *
  11.  *                                                                           *
  12.  * The before-half should only set things that the .cf file depends on.      *
  13.  * For the .cf files shipped in this release, the main variable in this      *
  14.  * category is HasGcc.                                                       *
  15.  *                                                                           *
  16.  * The after-half should contain all other definitions.  For example,        *
  17.  * place your ProjectRoot definition here.  Beware that several of the       *
  18.  * .cf files supplied by vendors have a ProjectRoot already defined, so      *
  19.  * you may need to #undef it first.                                          *
  20.  *                                                                           *
  21.  * OS Major and Minor version numbers should be changed directly in the .cf  *
  22.  * file, not overridden in site.def.                                         *
  23.  *                                                                           *
  24.  *****************************************************************************/
  25.  
  26. #ifdef BeforeVendorCF
  27.  
  28. /* #define HasGcc YES */
  29.  
  30. #endif /* BeforeVendorCF */
  31.  
  32. #ifdef AfterVendorCF
  33.  
  34. /*
  35. #ifdef ProjectRoot
  36. #undef ProjectRoot
  37. #endif
  38. #define ProjectRoot /usr/X11R5
  39. */
  40.  
  41. #endif /* AfterVendorCF */
  42.